基于视频抓取的动态人脸识别,基于Emgu.cv 人脸检测,百度人脸识别
.
├── AI_Project-master
│ ├── AI_Project.sln
│ ├── BaiduAIAPI
│ │ ├── APIBaseModel.cs
│ │ ├── Access_Token.cs
│ │ ├── BaiduAIAPI.csproj
│ │ ├── Config.cs
│ │ ├── Model
│ │ │ ├── AccessTokenModel.cs
│ │ │ ├── FaceModel
│ │ │ │ └── FaceIdentifyModel.cs
│ │ │ ├── OCRModel
│ │ │ │ ├── BankCardRecognitionModel.cs
│ │ │ │ ├── DrivingLicenseModel.cs
│ │ │ │ ├── ErrorTypeModel.cs
│ │ │ │ ├── IDCardRecognitionModel.cs
│ │ │ │ └── JsonModel.cs
│ │ │ └── OCR_CharacterRecognitionErrorModel.cs
│ │ ├── OCR_CharacterRecognition
│ │ │ ├── BankCardRecognition.cs
│ │ │ ├── IDCardRecognition.cs
│ │ │ └── ImageVerification.cs
│ │ ├── OfficialAPI
│ │ │ ├── AipSdk.XML
│ │ │ ├── FaceAPI.cs
│ │ │ ├── ImageCensorAPI.cs
│ │ │ ├── ImageClassifyAPI.cs
│ │ │ ├── KgAPI.cs
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── NlpAPI.cs
│ │ │ ├── OcrAPI.cs
│ │ │ └── SpeechAPI.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── Type
│ │ │ ├── AccessTokenErrorCodeToDescription.cs
│ │ │ ├── OCR_CharacterRecognitionErrorType.cs
│ │ │ └── ORC_CharacterRecognitionErrorType.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AOP.Common.dll
│ │ │ ├── AOP.Common.pdb
│ │ │ ├── AipSdk.dll
│ │ │ ├── AipSdk.xml
│ │ │ ├── BaiduAIAPI.dll
│ │ │ ├── BaiduAIAPI.pdb
│ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ ├── IrisSkin2.dll
│ │ │ ├── Microsoft.CSharp.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── System.Data.DataSetExtensions.dll
│ │ │ ├── System.Data.dll
│ │ │ ├── System.Drawing.dll
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Web.dll
│ │ │ ├── System.Xml.Linq.dll
│ │ │ ├── System.Xml.dll
│ │ │ ├── System.dll
│ │ │ └── log4net.dll
│ │ └── obj
│ │ └── Debug
│ │ ├── BaiduAIAPI.csproj.CopyComplete
│ │ ├── BaiduAIAPI.csproj.CoreCompileInputs.cache
│ │ ├── BaiduAIAPI.csproj.FileListAbsolute.txt
│ │ ├── BaiduAIAPI.csprojResolveAssemblyReference.cache
│ │ ├── BaiduAIAPI.dll
│ │ ├── BaiduAIAPI.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── BaiduAIAPIDemo
│ │ ├── App.config
│ │ ├── BaiduAIAPIDemo.csproj
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AOP.Common.dll
│ │ │ ├── AOP.Common.pdb
│ │ │ ├── AipSdk.dll
│ │ │ ├── AipSdk.xml
│ │ │ ├── BaiduAIAPI.dll
│ │ │ ├── BaiduAIAPI.pdb
│ │ │ ├── BaiduAIAPIDemo.exe
│ │ │ ├── BaiduAIAPIDemo.exe.config
│ │ │ ├── BaiduAIAPIDemo.pdb
│ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ ├── IrisSkin2.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── Pic
│ │ │ │ └── BankCard
│ │ │ │ └── nh.jpg
│ │ │ └── log4net.dll
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── BaiduAIAPIDemo.Form_BankCardRecognition.resources
│ │ │ ├── BaiduAIAPIDemo.Properties.Resources.resources
│ │ │ ├── BaiduAIAPIDemo.csproj.CopyComplete
│ │ │ ├── BaiduAIAPIDemo.csproj.CoreCompileInputs.cache
│ │ │ ├── BaiduAIAPIDemo.csproj.FileListAbsolute.txt
│ │ │ ├── BaiduAIAPIDemo.csproj.GenerateResource.Cache
│ │ │ ├── BaiduAIAPIDemo.csprojResolveAssemblyReference.cache
│ │ │ ├── BaiduAIAPIDemo.exe
│ │ │ ├── BaiduAIAPIDemo.pdb
│ │ │ ├── BaiduAIAPIDemo.百度AI_API基础测试.resources
│ │ │ ├── BaiduAIAPIDemo.百度AI_文字识别_车牌识别.resources
│ │ │ ├── BaiduAIAPIDemo.百度AI_文字识别_验证码识别.resources
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── 百度AI_API基础测试.Designer.cs
│ │ ├── 百度AI_API基础测试.cs
│ │ ├── 百度AI_API基础测试.resx
│ │ ├── 百度AI_文字识别_车牌识别.cs
│ │ ├── 百度AI_文字识别_车牌识别.designer.cs
│ │ ├── 百度AI_文字识别_车牌识别.resx
│ │ ├── 百度AI_文字识别_银行卡识别.Designer.cs
│ │ ├── 百度AI_文字识别_验证码识别.Designer.cs
│ │ ├── 百度AI_文字识别_银行卡识别.cs
│ │ ├── 百度AI_文字识别_验证码识别.cs
│ │ ├── 百度AI_文字识别_银行卡识别.resx
│ │ └── 百度AI_文字识别_验证码识别.resx
│ ├── BaiduAIPCApp
│ │ ├── App.config
│ │ ├── BaiduAIPCApp.csproj
│ │ ├── Config
│ │ │ └── DBConfig.cs
│ │ ├── Form_Bast.cs
│ │ ├── Form_Bast.designer.cs
│ │ ├── Form_Bast.resx
│ │ ├── Form_Index.cs
│ │ ├── Form_Index.designer.cs
│ │ ├── Form_Index.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AOP.Common.dll
│ │ │ ├── AOP.Common.pdb
│ │ │ ├── AOP.Core.dll
│ │ │ ├── AOP.Core.dll.config
│ │ │ ├── AOP.Core.pdb
│ │ │ ├── AOP.DBData.dll
│ │ │ ├── AOP.DBData.pdb
│ │ │ ├── AOP.LogPlugin.dll
│ │ │ ├── AOP.LogPlugin.dll.config
│ │ │ ├── AOP.LogPlugin.pdb
│ │ │ ├── AOP.ManagerPlugin.dll
│ │ │ ├── AOP.ManagerPlugin.dll.config
│ │ │ ├── AOP.ManagerPlugin.pdb
│ │ │ ├── AOP.Model.dll
│ │ │ ├── AOP.Model.pdb
│ │ │ ├── AOP.Plugin.dll
│ │ │ ├── AOP.Plugin.pdb
│ │ │ ├── AOP.Service.dll
│ │ │ ├── AOP.Service.pdb
│ │ │ ├── AOP.WinFormPlugin.dll
│ │ │ ├── AOP.WinFormPlugin.dll.config
│ │ │ ├── AOP.WinFormPlugin.pdb
│ │ │ ├── AipSdk.dll
│ │ │ ├── AipSdk.xml
│ │ │ ├── Autofac.dll
│ │ │ ├── Autofac.xml
│ │ │ ├── BaiduAIAPI.dll
│ │ │ ├── BaiduAIAPI.pdb
│ │ │ ├── BaiduAIPCApp.exe
│ │ │ ├── BaiduAIPCApp.exe.config
│ │ │ ├── BaiduAIPCApp.pdb
│ │ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.dll
│ │ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.dll.config
│ │ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.pdb
│ │ │ ├── EntityFramework.SqlServer.dll
│ │ │ ├── EntityFramework.dll
│ │ │ ├── IBatisNet.Common.dll
│ │ │ ├── IBatisNet.DataMapper.dll
│ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ ├── IrisSkin2.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│ │ │ ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── Pic
│ │ │ │ └── aee00cf431adcbef810db5cdadaf2edda2cc9f8720171213.jpg
│ │ │ ├── Skins
│ │ │ │ ├── Calmness.ssk
│ │ │ │ ├── CalmnessColor1.ssk
│ │ │ │ ├── CalmnessColor2.ssk
│ │ │ │ ├── DeepCyan.ssk
│ │ │ │ ├── DeepGreen.ssk
│ │ │ │ ├── DeepOrange.ssk
│ │ │ │ ├── DiamondBlue.ssk
│ │ │ │ ├── DiamondGreen.ssk
│ │ │ │ ├── DiamondOlive.ssk
│ │ │ │ ├── DiamondPurple.ssk
│ │ │ │ ├── DiamondRed.ssk
│ │ │ │ ├── Eighteen.ssk
│ │ │ │ ├── EighteenColor1.ssk
│ │ │ │ ├── EighteenColor2.ssk
│ │ │ │ ├── Emerald.ssk
│ │ │ │ ├── EmeraldColor1.ssk
│ │ │ │ ├── EmeraldColor2.ssk
│ │ │ │ ├── EmeraldColor3.ssk
│ │ │ │ ├── GlassBrown.ssk
│ │ │ │ ├── GlassGreen.ssk
│ │ │ │ ├── GlassOrange.ssk
│ │ │ │ ├── Longhorn.ssk
│ │ │ │ ├── MSN.ssk
│ │ │ │ ├── MacOS.ssk
│ │ │ │ ├── Midsummer.ssk
│ │ │ │ ├── MidsummerColor1.ssk
│ │ │ │ ├── MidsummerColor2.ssk
│ │ │ │ ├── MidsummerColor3.ssk
│ │ │ │ ├── OneBlue.ssk
│ │ │ │ ├── OneCyan.ssk
│ │ │ │ ├── OneGreen.ssk
│ │ │ │ ├── OneOrange.ssk
│ │ │ │ ├── Page.ssk
│ │ │ │ ├── PageColor1.ssk
│ │ │ │ ├── PageColor2.ssk
│ │ │ │ ├── RealOne.ssk
│ │ │ │ ├── Silver.ssk
│ │ │ │ ├── SilverColor1.ssk
│ │ │ │ ├── SilverColor2.ssk
│ │ │ │ ├── SportsBlack.ssk
│ │ │ │ ├── SportsBlue.ssk
│ │ │ │ ├── SportsCyan.ssk
│ │ │ │ ├── SportsGreen.ssk
│ │ │ │ ├── SportsOrange.ssk
│ │ │ │ ├── SteelBlack.ssk
│ │ │ │ ├── SteelBlue.ssk
│ │ │ │ ├── Vista2_color1.ssk
│ │ │ │ ├── Vista2_color2.ssk
│ │ │ │ ├── Vista2_color3.ssk
│ │ │ │ ├── Vista2_color4.ssk
│ │ │ │ ├── Vista2_color5.ssk
│ │ │ │ ├── Vista2_color6.ssk
│ │ │ │ ├── Vista2_color7.ssk
│ │ │ │ ├── Warm.ssk
│ │ │ │ ├── WarmColor1.ssk
│ │ │ │ ├── WarmColor2.ssk
│ │ │ │ ├── WarmColor3.ssk
│ │ │ │ ├── Wave.ssk
│ │ │ │ ├── WaveColor1.ssk
│ │ │ │ ├── WaveColor2.ssk
│ │ │ │ ├── XPBlue.ssk
│ │ │ │ ├── XPGreen.ssk
│ │ │ │ ├── XPOrange.ssk
│ │ │ │ ├── XPSilver.ssk
│ │ │ │ ├── mp10.ssk
│ │ │ │ ├── mp10green.ssk
│ │ │ │ ├── mp10maroon.ssk
│ │ │ │ ├── mp10mulberry.ssk
│ │ │ │ ├── mp10pink.ssk
│ │ │ │ ├── mp10purple.ssk
│ │ │ │ ├── office2007.ssk
│ │ │ │ ├── vista1.ssk
│ │ │ │ └── vista1_green.ssk
│ │ │ ├── WeifenLuo.WinFormsUI.Docking.dll
│ │ │ └── log4net.dll
│ │ └── obj
│ │ └── Debug
│ │ ├── BaiduAIPCApp.Form_Bast.resources
│ │ ├── BaiduAIPCApp.Form_Index.resources
│ │ ├── BaiduAIPCApp.Form_Login.resources
│ │ ├── BaiduAIPCApp.Properties.Resources.resources
│ │ ├── BaiduAIPCApp.csproj.CopyComplete
│ │ ├── BaiduAIPCApp.csproj.CoreCompileInputs.cache
│ │ ├── BaiduAIPCApp.csproj.FileListAbsolute.txt
│ │ ├── BaiduAIPCApp.csproj.GenerateResource.Cache
│ │ ├── BaiduAIPCApp.csprojResolveAssemblyReference.cache
│ │ ├── BaiduAIPCApp.exe
│ │ ├── BaiduAIPCApp.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── BaiduAI_ORC_CharacterRecognitionPlugin
│ │ ├── App.config
│ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.csproj
│ │ ├── Form_IDCardRecognition.Designer.cs
│ │ ├── Form_IDCardRecognition.cs
│ │ ├── Form_IDCardRecognition.resx
│ │ ├── Form_Test.Designer.cs
│ │ ├── Form_Test.cs
│ │ ├── Form_Test.resx
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AOP.Common.dll
│ │ │ ├── AOP.Common.pdb
│ │ │ ├── AOP.Plugin.dll
│ │ │ ├── AOP.Plugin.pdb
│ │ │ ├── AOP.WinFormPlugin.exe
│ │ │ ├── AOP.WinFormPlugin.exe.config
│ │ │ ├── AOP.WinFormPlugin.pdb
│ │ │ ├── BaiduAIAPI.pdb
│ │ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.exe
│ │ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.exe.config
│ │ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.pdb
│ │ │ ├── IrisSkin2.dll
│ │ │ ├── Microsoft.CSharp.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── System.Data.DataSetExtensions.dll
│ │ │ ├── System.Data.dll
│ │ │ ├── System.Deployment.dll
│ │ │ ├── System.Drawing.dll
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Windows.Forms.dll
│ │ │ ├── System.Xml.Linq.dll
│ │ │ ├── System.Xml.dll
│ │ │ ├── System.dll
│ │ │ ├── WeifenLuo.WinFormsUI.Docking.dll
│ │ │ └── log4net.dll
│ │ └── obj
│ │ └── Debug
│ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.Form_IDCardRecognition.resources
│ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.Form_Test.resources
│ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.Properties.Resources.resources
│ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.csproj.CopyComplete
│ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.csproj.CoreCompileInputs.cache
│ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.csproj.FileListAbsolute.txt
│ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.csproj.GenerateResource.Cache
│ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.csprojResolveAssemblyReference.cache
│ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.dll
│ │ ├── BaiduAI_ORC_CharacterRecognitionPlugin.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ ├── Lib
│ │ ├── AOP.Common.dll
│ │ ├── AOP.Common.pdb
│ │ ├── AOP.Core.dll
│ │ ├── AOP.DBData.dll
│ │ ├── AOP.ManagerPlugin.dll
│ │ ├── AOP.Model.dll
│ │ ├── AOP.Plugin.dll
│ │ ├── AOP.WinFormPlugin.dll
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── IrisSkin2.dll
│ │ ├── Microsoft.CSharp.dll
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── SharpCompress.dll
│ │ ├── System.ComponentModel.DataAnnotations.dll
│ │ ├── System.Data.DataSetExtensions.dll
│ │ ├── System.Data.dll
│ │ ├── System.Drawing.dll
│ │ ├── System.Runtime.Caching.dll
│ │ ├── System.Web.dll
│ │ ├── System.Windows.Forms.dll
│ │ ├── System.Xml.Linq.dll
│ │ ├── System.Xml.dll
│ │ ├── System.dll
│ │ ├── WeifenLuo.WinFormsUI.Docking.dll
│ │ ├── log4net.dll
│ │ └── videodll
│ │ ├── Emgu.CV.UI.dll
│ │ ├── Emgu.CV.World.dll
│ │ └── ZedGraph.dll
│ ├── README.md
│ ├── VideoSurveilance
│ │ ├── CommonAssemblyInfo.cs
│ │ ├── DetectFace.cs
│ │ ├── HttpToBaiduQueueHelper.cs
│ │ ├── ImageModel.cs
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ └── CommonAssemblyInfo.cs
│ │ ├── QueueHelper.cs
│ │ ├── VideoSurveilance.Designer.cs
│ │ ├── VideoSurveilance.cs
│ │ ├── VideoSurveilance.csproj
│ │ ├── VideoSurveilance.resx
│ │ ├── app.config
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── 32位
│ │ │ │ └── cvextern.dll
│ │ │ ├── AOP.Common.dll
│ │ │ ├── AOP.Common.pdb
│ │ │ ├── AipSdk.dll
│ │ │ ├── AipSdk.xml
│ │ │ ├── BaiduAIAPI.dll
│ │ │ ├── BaiduAIAPI.pdb
│ │ │ ├── Emgu.CV.UI.dll
│ │ │ ├── Emgu.CV.World.dll
│ │ │ ├── Example.VideoSurveilance.exe
│ │ │ ├── Example.VideoSurveilance.exe.config
│ │ │ ├── Example.VideoSurveilance.pdb
│ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ ├── IrisSkin2.dll
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ ├── Newtonsoft.Json.xml
│ │ │ ├── ZedGraph.dll
│ │ │ ├── cvextern.dll
│ │ │ ├── haarcascade_eye.xml
│ │ │ ├── haarcascade_frontalface_default.xml
│ │ │ └── log4net.dll
│ │ ├── lena.jpg
│ │ └── obj
│ │ ├── CommonAssemblyInfo.cs
│ │ └── Debug
│ │ ├── AOP.Common.dll
│ │ ├── AOP.Common.pdb
│ │ ├── AipSdk.dll
│ │ ├── AipSdk.xml
│ │ ├── BaiduAIAPI.dll
│ │ ├── BaiduAIAPI.pdb
│ │ ├── CommonAssemblyInfo.cs
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Example.VideoSurveilance.exe
│ │ ├── Example.VideoSurveilance.pdb
│ │ ├── Face
│ │ │ ├── 工牌人物_0014_图层 9.jpg
│ │ │ └── 工牌人物_0022_图层 1.jpg
│ │ ├── IrisSkin2.dll
│ │ ├── Newtonsoft.Json.dll
│ │ ├── Newtonsoft.Json.xml
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── VideoSurveilance.VideoSurveilance.resources
│ │ ├── VideoSurveilance.csproj.CopyComplete
│ │ ├── VideoSurveilance.csproj.CoreCompileInputs.cache
│ │ ├── VideoSurveilance.csproj.FileListAbsolute.txt
│ │ ├── VideoSurveilance.csproj.GenerateResource.Cache
│ │ ├── VideoSurveilance.csprojResolveAssemblyReference.cache
│ │ ├── build.force
│ │ └── log4net.dll
│ ├── _config.yml
│ └── 介绍.md
└── 基于视频抓取的动态人脸识别,基于Emgu.cv 人脸检测,百度人脸识别.zip
48 directories, 415 files
评论